home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
utils
/
pro130s.arj
/
PRINTDOC.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-04-16
|
519b
|
20 lines
echo off
cls
if not exist pro.doc goto error
echo ---------------------------------------------------------------------
echo Ready to print ProPrompt Manual on printer.
echo Press CTRL-C to abort now or
pause
cls
echo ---------------------------------------------------------------------
echo Printing, Please wait!...
copy pro.doc prn
echo *
echo Printing complete, Returning to MS-DOS...
goto end
:error
echo *
echo ProPrompt manual not found! Please check your setup and try again.
echo *
:end